-
-
Notifications
You must be signed in to change notification settings - Fork 459
Translate: <progress> #607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -16,36 +16,37 @@ The [built-in browser `<progress>` component](https://developer.mozilla.org/en-U | |||
|
|||
--- | |||
|
|||
## Reference {/*reference*/} | |||
## 참조 {/*reference*/} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glossary 에 명시된 대로 레퍼런스로 음역해 주시면 감사하겠습니다 🙇
|
||
Additionally, `<progress>` supports these props: | ||
* [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): 숫자. 최대`value`를 지정합니다. 기본값은 `1`입니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
최대value
→ 최대 value
|
||
* [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): A number. Specifies the maximum `value`. Defaults to `1`. | ||
* [`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-value): A number between `0` and `max`, or `null` for intermedinate progress. Specifies how much was done. | ||
* [`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-value): `0`에서 `최대` 사이의 숫자 또는 중간 진행률의 경우 `null`입니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
원문이 indeterminate 의 오타인 것 같네요. 😄
중간 진행률의 경우
→ 결정되지 않은 상태인 경우
→ 혹은 아래 번역해 주신 것과 같이 불확정 상태인 경우
도 좋을 것 같습니다.
@goofcode 피드백 감사합니다! 요청해주신 사항 수정 완료하여서 확인부탁드립니다! 🙇 |
Progress